dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRangeType<T> Class / IsNull Property

In This Topic
    IsNull Property (PgSqlRangeType<T>)
    In This Topic
    Gets a value indicating whether the PgSqlRangeType<T> is an object, representing a NULL value.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNull As Boolean
    public bool IsNull {get;}

    Property Value

    true, if the PgSqlCircle is an object, representing a NULL value; otherwise, false.
    See Also